價格:免費
更新日期:2016-06-30
檔案大小:7.9M
目前版本:2.0.0
版本需求:Android 4.0 以上版本
官方網站:http://ncdd.com.br
Email:nielsen.tekla@gmail.com
聯絡地址:Rua Antônio Ribeiro de Andrade, 236, Neópolis, 59086-580, Natal-RN
This program makes the simulation of a neural network Perceptron and Adaline
The Perceptron is a type of artificial neural network developed in 1957 at the Cornell Aeronautical Laboratory by Frank Rosenblatt. It can be seen as the simplest type of neural feedforward network: a linear classifier.
ADALINE (Adaptive Linear Neuron or later Adaptive Linear Element) is an early single-layer artificial neural network and the name of the physical device that implemented this network. The network uses memistors. It was developed by Professor Bernard Widrow and his graduate student Ted Hoff at Stanford University in 1960. It is based on the McCulloch–Pitts neuron. It consists of a weight, a bias and a summation function.
This program simulates the logic gates OR, AND, NAND, NOR, and XOR. Notice in the simulation that the XOR problem is not solved.